@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

li,
ol,
ul {
  list-style: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

.g-w1000 {
  width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.g-title {
  position: relative;
  color: #fff;
  font-size: 22px;
  height: 40px;
  padding-bottom: 4px;
  font-weight: bold;
  line-height: 2;
  border-bottom: 2px solid #bfc3cb;
  margin-bottom: 30px;
}

.g-title span {
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #ffffff;
}

.g-title .more {
  position: absolute;
  right: 0;
  font-size: 15px;
  top: 16%;
  color: #fff;
}

.g-title-white {
  position: relative;
  color: #002f7b;
  font-size: 22px;
  height: 40px;
  padding-bottom: 4px;
  font-weight: bold;
  line-height: 2;
  border-bottom: 2px solid #e4ebf0;
  margin-bottom: 30px;
}

.g-title-white span {
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #002f7b;
}

.g-title-white .more {
  position: absolute;
  right: 0;
  font-size: 15px;
  top: 16%;
  color: #8d8d8d;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

body {
  max-height: 100%;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.bk-fixed-box {
  position: fixed;
  left: 50%;
  top: 30%;
  margin-left: 520px;
  z-index: 99999;
}

.bk-fixed-box .list-box li {
  position: relative;
  width: 50px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 2px;
  cursor: pointer;
}

.bk-fixed-box .list-box li:hover .tanchu {
  display: block;
}

.bk-fixed-box .list-box .tanchu {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 115px;
  height: 100px;
  font-size: 0;
  line-height: 0;
  padding: 7px 20px 7px 7px;
  margin-top: -50px;
  background: url(../images/y-bg-tanchu.png) left top/100% auto no-repeat;
}

.bk-fixed-box .list-box .tanchu .text-wrap {
  position: absolute;
  left: 43%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 86px;
}

.bk-fixed-box .list-box .tanchu p {
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  color: #002f7b;
}

.bk {
  position: relative;
}

.bk1 {
  width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.ymain {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}

.ymain .mobile p {
  font-size: 28px;
}

.ymain .mobile div.container1200 {
  width: 100%;
}

.ymain .mobile .ymain {
  max-width: 100%;
  background: url(../images/bg-pc.jpg) top center/154vw auto no-repeat #23277b;
}

.bk-wrap1 {
  background: url(../images/y-bg-mainnews.jpg) center top/1920px auto no-repeat;
}

.bk-main-news {
  padding-top: 73px;
  line-height: 0;
}

.bk-main-news .left-wrap {
  position: relative;
  float: left;
  width: 656px;
}

.bk-main-news .left-wrap .swiper-slide {
  position: relative;
}

.bk-main-news .left-wrap .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.bk-main-news .left-wrap .arrow-left {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}

.bk-main-news .left-wrap .arrow-right {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}

.bk-main-news .right-wrap {
  margin-left: 680px;
  line-height: 1.5;
  max-height: 656px;
  overflow: hidden;
}

.bk-main-news .right-wrap li {
  position: relative;
  height: 64px;
  border-bottom: 1px solid #ded7c1;
  color: #000000;
  padding-top: 7px;
  padding-left: 20px;
  text-align: justify;
  overflow: hidden;
}

.bk-main-news .right-wrap li:last-child {
  border-bottom: 0;
}

.bk-main-news .right-wrap li:before {
  position: absolute;
  left: 0;
  top: 16px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  content: "";
  background-color: #002f7b;
}

.bk-main-news .right-wrap li a {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bk-main-news .colum-title {
  position: relative;
  color: #002f7b;
  font-size: 22px;
  height: 40px;
  padding-bottom: 4px;
  font-weight: bold;
  line-height: 2;
  border-bottom: 2px solid #e4ebf0;
  margin-bottom: 10px;
}

.bk-main-news .colum-title span {
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #002f7b;
}

.bk-tongzhi {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  margin-bottom: 70px;
}

.bk-tongzhi .tongzhigonggao {
  float: left;
  padding: 2px 6px;
  border: 2px solid #01307c;
  font-size: 22px;
  color: #01307c;
}

.bk-tongzhi a:hover {
  text-decoration: underline;
}

.bk-tongzhi .right-content {
  float: left;
  width: 872px;
  margin-left: 24px;
  background-color: #e5e5e5;
}

.bk-tongzhi .right-content .swiper-container {
  width: 820px;
  height: 45px;
  line-height: 45px;
  margin-right: 0;
  margin-left: 10px;
}

.bk-tongzhi .right-content .swiper-slide {
  white-space: nowrap;
}

.bk-tongzhi .right-content .swiper-slide p {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

.bk-tongzhi .right-content .swiper-slide p:first-child {
  margin-right: 10px;
}

.bk-tongzhi .right-content .swiper-slide p img,
.bk-tongzhi .right-content .swiper-slide p span {
  vertical-align: middle;
}

.bk-tongzhi .right-wrap {
  position: absolute;
  right: 8px;
  top: 58px;
  color: #7e7e7e;
}

.bk-tongzhi .right-wrap a {
  color: #7e7e7e;
  font-size: 15px;
}

.g-column-title1 {
  position: relative;
  color: #002f7b;
  font-size: 22px;
  font-weight: bold;
}

.g-column-title2 {
  position: relative;
  color: #002f7b;
  font-size: 22px;
  font-weight: bold;
}

.bk-gongyi {
  overflow: hidden;
  padding-bottom: 140px;
}

.bk-gongyi .left-wrap {
  float: left;
  width: 800px;
}

.bk-gongyi .left-wrap .left-content {
  background-color: #002f7b;
  padding: 20px;
  height: 320px;
}

.bk-gongyi .left-wrap .tab-wrap {
  text-align: right;
  font-size: 0;
}

.bk-gongyi .left-wrap .tab-wrap li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  padding: 10px 23px;
  margin-right: 1px;
  background-color: #bfbfbf;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  color: #fefefe;
}

.bk-gongyi .left-wrap .tab-wrap li:last-child {
  margin-right: 0;
}

.bk-gongyi .left-wrap .tab-wrap li.active {
  background-color: #002f7b;
  color: #fff;
}

.bk-gongyi .left-wrap .list-gongyi {
  width: 100%;
}

.bk-gongyi .left-wrap .list-gongyi li {
  background-color: #fff;
  float: left;
  padding: 10px;
  margin-right: 30px;
  width: 230px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  height: 280px;
  overflow: hidden;
font-family: SimSun;
}

.bk-gongyi .left-wrap .list-gongyi li:last-child {
  margin-right: 0;
}

.bk-gongyi .left-wrap .list-gongyi li img {
  display: block;
  margin-bottom: 20px;
}

.bk-gongyi .left-wrap .list-gongyi li h4 {
  font-size: 16px;
  line-height: 1.2;
}

.bk-gongyi .left-wrap .list-gongyi li p {
  line-height: 1.4;
	font-size: 14px;
}

.bk-gongyi .right-wrap {
  margin-left: 812px;
  padding-top: 0px;
}

.bk-gongyi .right-wrap .tab2 {
  text-align: right;
}

.bk-gongyi .right-wrap .tab2 li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  padding: 10px 10px;
  background-color: #bfbfbf;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  background-color: #002f7b;
  color: #fff;
}

.bk-gongyi .right-wrap .bottom-wrap {
  border: 4px solid #002f7b;
  height: 321px;
  text-align: center;
  padding-top: 30px;
}

.bk-gongyi .right-wrap .bottom-wrap li {
  position: relative;
  padding-left: 25px;
  width: 150px;
  margin: 0 auto;
  text-align: left;
  font-size: 0;
  margin-bottom: 5px;
}

.bk-gongyi .right-wrap .bottom-wrap li a {
  color: #000;
}

.bk-gongyi .right-wrap .bottom-wrap li .icon-audio2 {
  position: absolute;
  left: 0;
  top: 3px;
}

.bk-gongyi .right-wrap .bottom-wrap li p {
  position: relative;
  font-size: 15px;
  line-height: 1.4;
}

.bk-gongyi .tab-container {
  margin-bottom: 130px;
}

.bk-gongyi .pinpai-wrap {
  position: relative;
  height: 558px;
  overflow: hidden;
}

.bk-gongyi .pinpai-wrap .left-box {
  width: 345px;
  height: 100%;
  padding-top: 164px;
  padding-left: 58px;
  border: 4px solid #002f7b;
}

.bk-gongyi .pinpai-wrap .pinpai-desc {
  color: #9d9d9d;
  margin-bottom: 124px;
}

.bk-gongyi .pinpai-wrap .chakan img,
.bk-gongyi .pinpai-wrap .chakan a {
  vertical-align: middle;
}

.bk-gongyi .pinpai-wrap .pinpai {
  display: inline-block;
  position: relative;
  color: #345996;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.bk-gongyi .pinpai-wrap .pinpai:after {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-bottom: 2px solid #345996;
  content: "";
}

.bk-gongyi .pinpai-wrap .right-img-wrap {
  position: absolute;
  top: 56px;
  left: 230px;
  z-index: 2;
  width: 786px;
  height: 442px;
  border: 10px solid #fff;
  font-size: 0;
  line-height: 0;
}

.bk-gongyi .pinpai-wrap .right-img-wrap li:first-child {
  position: absolute;
  left: 0;
  top: 0;
}

.bk-gongyi .pinpai-wrap .right-img-wrap li:nth-child(2) {
  position: absolute;
  left: 290px;
  top: 0;
}

.bk-gongyi .pinpai-wrap .right-img-wrap li:nth-child(3) {
  position: absolute;
  left: 290px;
  top: 222px;
}

.bk-gongyi .pinpai-wrap .right-img-wrap li:nth-child(4) {
  position: absolute;
  left: 537px;
  top: 0;
}

.bk-gongyi .pinpai-wrap .right-img-wrap li:nth-child(5) {
  position: absolute;
  left: 537px;
  top: 222px;
}

.bk-gongyi .pinpai-wrap .list-imgblock li {
  position: relative;
  display: table;
  text-align: center;
}

.bk-gongyi .pinpai-wrap .list-imgblock li:hover .desc {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.bk-gongyi .pinpai-wrap .list-imgblock li .desc {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #fff;
  background-color: rgba(13, 87, 143, 0.6);
}

.bk-gongyi .pinpai-wrap .list-imgblock li .desc p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 94%;
  min-width: 94%;
}

.bk-gongyi .pinpai-wrap .list-imgblock li .desc a {
  color: #fff;
}

.bk-jigoudongtai {
  padding-top: 45px;
  height: 542px;
  color: #fff;
  background: url(../images/y-bg-hangyedongtai.jpg) center/1920px auto no-repeat;
}

.bk-jigoudongtai .pagi {
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bk-jigoudongtai .swiper-pagination-bullet {
  background-color: #ffffff;
  margin-right: 18px;
  opacity: 1;
  width: 5px;
  height: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.bk-jigoudongtai .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bk-jigoudongtai .arrow-left {
  position: absolute;
  left: 41%;
  top: 53%;
  z-index: 3;
  margin-left: -400px;
  cursor: pointer;
}

.bk-jigoudongtai .arrow-right {
  position: absolute;
  right: 41%;
  top: 53%;
  z-index: 3;
  margin-right: -400px;
  cursor: pointer;
}

.bk-jigoudongtai .swiper-jigou-wrap {
  position: relative;
}

.bk-jigoudongtai .swiper-jigou-wrap .swiper-slide {
  width: 576px;
  height: 324px;
}

.bk-jigoudongtai .swiper-jigou-wrap .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.bk-shipinzhuanqu {
  padding-top: 130px;
  margin-bottom: 150px;
  overflow: hidden;
}

.bk-shipinzhuanqu .left-wrap {
  position: relative;
  float: left;
  width: 643px;
  height: 410px;
  font-size: 0;
  line-height: 0;
  margin-left: 30px;
	background: #000;
}

.bk-shipinzhuanqu .left-wrap .video-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bk-shipinzhuanqu .left-wrap video {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.bk-shipinzhuanqu .left-wrap .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bk-shipinzhuanqu .right-wrap {
  margin-left: 722px;
  width: 242px;
  overflow: hidden;
  height: 100%;
}

.bk-shipinzhuanqu .right-wrap li {
  position: relative;
  margin-bottom: 5px;
  color: #fff;
  font-size: 0;
  line-height: 0;
}

.bk-shipinzhuanqu .right-wrap li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 10px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.6);
}

.bk-guanyuwomen {
  padding-top: 40px;
  margin-bottom: 140px;
}

.bk-guanyuwomen .bg-gywm {
  position: relative;
  width: 998px;
  height: 330px;
  padding: 50px 140px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.2);
  background: url(../images/y-bg-guanyuwomen.png) left top/100% auto no-repeat;
}

.bk-guanyuwomen .bg-gywm .right-wrap {
  position: absolute;
  right: 140px;
  top: 28%;
}

.bk-guanyuwomen .bg-gywm .jname {
  color: #101010;
  font-size: 32px;
  margin-bottom: 48px;
}

.bk-guanyuwomen .bg-gywm h3 {
  font-size: 33px;
  color: #002f7b;
  margin-bottom: 29px;
}

.bk-guanyuwomen .bg-gywm .link-wrap a {
  color: #101010;
  border-bottom: 2px solid #002f7b;
  padding-bottom: 5px;
}

.bk-woyaojuanzeng {
  margin-bottom: 120px;
}

.bk-woyaojuanzeng .g-title-white {
  margin-bottom: 20px;
}

.bk-woyaojuanzeng .left-wrap {
  float: left;
  padding-top: 40px;
}

.bk-woyaojuanzeng .left-wrap .jkze {
  position: relative;
  margin-bottom: 106px;
}

.bk-woyaojuanzeng .left-wrap .jkze .shue {
  position: absolute;
  left: 120px;
  top: 38px;
  line-height: 1;
  text-align: center;
  color: #102457;
  font-size: 42px;
  font-weight: bold;
  font-family: serif;
}

.bk-woyaojuanzeng .right-wrap {
  margin-left: 500px;
  padding-top: 0px;
}

.bk-woyaojuanzeng .right-wrap li {
  position: relative;
  width: 334px;
  height: 218px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 7.76px 0.24px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 7.76px 0.24px rgba(0, 0, 0, 0.3);
  margin-bottom: 26px;
  font-size: 0;
}

.bk-woyaojuanzeng .right-wrap p {
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  height: 63px;
  line-height: 63px;
}

.bk-baogao {
  font-size: 0;
  text-align: center;
  margin-bottom: 160px;
}

.bk-baogao .left-wrap {
  padding-top: 40px;
  width: 46%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: middle;
}

.bk-baogao .right-wrap {
  padding-top: 40px;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.bk-footer-wrap-index {
  padding-top: 40px;
  min-height: 624px;
  text-align: left;
  background: url(../images/y-bg-footer.jpg) center/1920px auto no-repeat;
}

.bk-footer-wrap-index .hline {
  width: 1558px;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}

.bk-footer-wrap-index .list-logo {
  font-size: 0;
}

.bk-footer-wrap-index .list-logo li {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}

.bk-footer-wrap-index .list-logo li:nth-child(9n) {
  margin-right: 0;
}

.bk-footer-wrap-index .row {
  margin-bottom: 0px;
}

.bk-footer-wrap-index .row p {
  font-size: 18px;
  color: #fff;
}

.bk-footer-wrap-index .qrcode-wrap {
  padding-top: 30px;
  margin-bottom: 20px;
}

.bk-footer-wrap-index .list-qrcode {
  text-align: center;
}

.bk-footer-wrap-index .list-qrcode li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-left: 77px;
  line-height: 1;
}

.bk-footer-wrap-index .list-qrcode li img {
  margin-bottom: 20px;
}

.bk-footer-wrap-index .list-qrcode li:first-child {
  margin-left: 0;
}

.bk-footer-wrap-index .copyright-wrap {
  text-align: center;
  padding-top: 30px;
  color: #fff;
  font-size: 18px;
}

.yb-zzjg .bk-lishi {
  position: relative;
  padding-top: 70px;
  color: #fff;
  height: 700px;
  background: -webkit-gradient(linear, left top, right top, from(#224b9a), to(#3669d0));
  background: linear-gradient(to right, #224b9a, #3669d0);
}

.yb-zzjg .bk-lishi .left-wrap {
  float: left;
}

.yb-zzjg .bk-lishi .right-wrap {
  margin-left: 520px;
  padding-top: 160px;
}

.yb-zzjg .bk-lishi .right-wrap .name-wrap {
  margin-bottom: 47px;
}

.yb-zzjg .bk-lishi .right-wrap .name {
  font-size: 48px;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: baseline;
}

.yb-zzjg .bk-lishi .right-wrap .job {
  font-size: 26px;
  vertical-align: baseline;
}

.yb-zzjg .bk-lishi .right-wrap p {
  margin-bottom: 40px;
  line-height: 1.8;
}

.yb-zzjg .bk-liebiao1 {
  padding-top: 97px;
}

.yb-zzjg .bk-liebiao {
  margin-bottom: 40px;
}

.yb-zzjg .bk-liebiao .arrow-left {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 45%;
  cursor: pointer;
}

.yb-zzjg .bk-liebiao .arrow-right {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 45%;
  cursor: pointer;
}

.yb-zzjg .bk-liebiao .pagi {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
}

.yb-zzjg .bk-liebiao .pagi span {
  margin-right: 10px;
}

.yb-zzjg .bk-liebiao .pagi .swiper-pagination-bullet {
  background-color: #e50012;
  opacity: 1;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.yb-zzjg .bk-liebiao .pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 49px;
}

.yb-zzjg .bk-liebiao .swiper-wrap {
  position: relative;
  width: 1004px;
  padding-top: 30px;
  padding-bottom: 0;
  overflow: hidden;
}

.yb-zzjg .bk-liebiao .swiper-container {
  width: 1000px;
  height: 390px;
  overflow: visible;
}

.yb-zzjg .bk-liebiao .swiper-slide {
  width: 222px;
  height: 360px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 0;
  -webkit-box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.1);
}

.yb-zzjg .bk-liebiao .swiper-slide .desc {
  height: 107px;
  overflow: hidden;
}

.yb-zzjg .bk-liebiao .swiper-slide .name {
  font-size: 15px;
  font-weight: bold;
  color: #202020;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.yb-zzjg .bk-liebiao .swiper-slide .name span {
  position: relative;
}

.yb-zzjg .bk-liebiao .swiper-slide .name span:after {
  position: absolute;
  bottom: -20%;
  left: 50%;
  width: 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-bottom: 2px solid #002f7b;
  content: "";
}

.yb-zzjg .bk-liebiao .swiper-slide p {
  font-size: 16px;
  color: #a4a4a4;
}

.yb-jkcx .ymain {
  background-color: #f2f2f2;
}

.yb-jkcx .bk-titu img {
  display: block;
  width: 100%;
  height: auto;
}

.yb-jkcx .bk-count .no-wrap {
  position: relative;
  margin-top: -40px;
  z-index: 2;
  background-color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 15px 14.25px 0.75px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 14.25px 0.75px rgba(0, 0, 0, 0.1);
}

.yb-jkcx .bk-count .no-wrap .row-top {
  font-size: 14px;
  color: #707070;
  font-weight: normal;
  margin-bottom: 10px;
}

.yb-jkcx .bk-count .no-wrap .row-top span:first-child {
  margin-right: 40px;
}

.yb-jkcx .bk-count .no-wrap .row-top span:last-child {
  color: #bbbcbc;
}

.yb-jkcx .bk-count .no-wrap .left-wrap {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1;
  color: #002f7b;
  font-size: 56px;
  font-weight: bold;
  width: 446px;
  border-right: 1px solid #cdcdcd;
  margin-right: 52px;
}

.yb-jkcx .bk-count .no-wrap .right-wrap {
  display: inline-block;
  vertical-align: top;
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  color: #002f7b;
  font-weight: bold;
}

.yb-jkcx .bk-count .container2 {
  font-size: 0;
  position: relative;
  margin-bottom: 80px;
}

.yb-jkcx .bk-count .container2 .left-nav {
  position: absolute;
  left: 0;
  height: 100%;
  vertical-align: top;
  width: 210px;
  height: 100%;
  font-size: 12px;
  background-color: #fff;
}

.yb-jkcx .bk-count .container2 .left-nav li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding: 18px 0 18px 35px;
  cursor: pointer;
}

.yb-jkcx .bk-count .container2 .left-nav li:after {
  position: absolute;
  left: 16px;
  top: 22px;
  width: 8px;
  height: 15px;
  background: url(../images/y-icon-normal.png) left top/100% auto no-repeat;
  content: "";
}

.yb-jkcx .bk-count .container2 .left-nav li.active {
  background-color: #002f7b;
  color: #fff;
}

.yb-jkcx .bk-count .container2 .left-nav li.active:after {
  background-image: url(../images/y-icon-active.png);
}

.yb-jkcx .bk-count .container2 .right-content {
  display: inline-block;
  margin-left: 230px;
  width: 769px;
  vertical-align: top;
  font-size: 12px;
  padding: 26px 50px 78px;
  background-color: #fff;
}

.yb-jkcx .bk-count .container2 .top-content {
  border: 2px solid #eeeeee;
  font-size: 12px;
  color: #000000;
  margin-bottom: 50px;
}

.yb-jkcx .bk-count .container2 .top-content .caption {
  background-color: #f6f8f8;
  padding-left: 16px;
  line-height: 1;
  padding: 19px;
  border-bottom: 2px solid #f1f3f3;
  color: #002f7b;
  font-size: 15px;
}

.yb-jkcx .bk-count .container2 .top-content form {
  width: 400px;
  margin: 0 auto;
  padding-top: 20px;
}

.yb-jkcx .bk-count .container2 .top-content form .row {
  margin-bottom: 20px;
  font-weight: bold;
}

.yb-jkcx .bk-count .container2 .top-content form .row label {
  display: inline-block;
  width: 80px;
}

.yb-jkcx .bk-count .container2 .top-content form .row input {
  width: 308px;
  border: 1px solid #dadada;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 10px;
  height: 34px;
}

.yb-jkcx .bk-count .container2 .top-content form .row select {
  display: inline-block;
  width: 308px;
  height: 34px;
  border: 1px solid #dadada;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 10px;
  font-weight: normal;
  color: #9e9e9e;
}

.yb-jkcx .bk-count .container2 .top-content form .row select:focus {
  color: #000;
}

.yb-jkcx .bk-count .container2 .top-content .table-wrap {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.yb-jkcx .bk-count .container2 .top-content .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.yb-jkcx .bk-count .container2 .top-content .table-wrap table td {
  height: 36px;
  vertical-align: middle;
}

.yb-jkcx .bk-count .container2 .top-content .table-wrap table tr {
  border: 1px solid #dadada;
}

.yb-jkcx .bk-count .container2 .top-content .table-wrap table th {
  height: 36px;
  width: 25%;
}

.yb-jkcx .bk-count .container2 .bottom-content {
  padding: 20px;
  border: 2px solid #eeeeee;
}

.yb-jkcx .bk-count .container2 .bottom-content p {
  color: #9d9d9d;
}

.yb-jkcx .bk-count .container2 .bottom-content p.shuoming {
  color: #000;
}

.yb-xxgk .ymain {
  background-color: #f2f2f2;
}

.yb-xxgk .bk-count {
  padding-top: 80px;
}

.yb-xxgk .bk-count .container2 {
  font-size: 0;
  position: relative;
  margin-bottom: 80px;
}

.yb-xxgk .bk-count .container2 .left-nav {
  position: absolute;
  left: 0;
  height: 100%;
  vertical-align: top;
  width: 210px;
  height: 100%;
  font-size: 12px;
  background-color: #fff;
}

.yb-xxgk .bk-count .container2 .left-nav li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding: 18px 0 18px 35px;
  cursor: pointer;
}

.yb-xxgk .bk-count .container2 .left-nav li:after {
  position: absolute;
  left: 16px;
  top: 22px;
  width: 8px;
  height: 15px;
  background: url(../images/y-icon-normal.png) left top/100% auto no-repeat;
  content: "";
}

.yb-xxgk .bk-count .container2 .left-nav li.active {
  background-color: #002f7b;
  color: #fff;
}

.yb-xxgk .bk-count .container2 .left-nav li.active:after {
  background-image: url(../images/y-icon-active.png);
}

.yb-xxgk .bk-count .container2 .right-content {
  display: inline-block;
  margin-left: 230px;
  width: 769px;
  vertical-align: top;
  font-size: 12px;
  padding: 26px 50px 78px;
  background-color: #fff;
}

.yb-xxgk .bk-count .container2 .top-content {
  font-size: 12px;
  color: #000000;
  margin-bottom: 50px;
}

.yb-xxgk .bk-count .container2 .top-content .more {
  font-weight: normal;
}

.yb-xxgk .bk-count .container2 .top-content .list-baogao li {
  float: left;
  width: 217px;
  height: 360px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-right: 18px;
}

.yb-xxgk .bk-count .container2 .top-content .list-baogao li .img-wrap {
  height: 296px;
  background-color: #e6e6e6;
  margin-bottom: 12px;
}

.yb-xxgk .bk-count .container2 .top-content .list-baogao li .img-wrap img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.yb-xxgk .bk-count .container2 .top-content .list-baogao li p {
  font-size: 15px;
  line-height: 2;
}

.yb-wyjk .ymain {
  background-color: #f2f2f2;
}

.yb-wyjk .bk-titu img {
  display: block;
  width: 100%;
  height: auto;
}

.yb-wyjk .bk-count .no-wrap {
  position: relative;
  margin-top: -40px;
  z-index: 2;
  background-color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 15px 14.25px 0.75px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 14.25px 0.75px rgba(0, 0, 0, 0.1);
}

.yb-wyjk .bk-count .no-wrap .row-top {
  font-size: 14px;
  color: #707070;
  font-weight: normal;
  margin-bottom: 10px;
}

.yb-wyjk .bk-count .no-wrap .row-top span:first-child {
  margin-right: 40px;
}

.yb-wyjk .bk-count .no-wrap .row-top span:last-child {
  color: #bbbcbc;
}

.yb-wyjk .bk-count .no-wrap .left-wrap {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1;
  color: #002f7b;
  font-size: 56px;
  font-weight: bold;
  width: 446px;
  border-right: 1px solid #cdcdcd;
  margin-right: 52px;
}

.yb-wyjk .bk-count .no-wrap .right-wrap {
  display: inline-block;
  vertical-align: top;
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  color: #002f7b;
  font-weight: bold;
}

.yb-wyjk .bk-count .container2 {
  font-size: 0;
  position: relative;
  margin-bottom: 80px;
}

.yb-wyjk .bk-count .container2 .left-nav {
  position: absolute;
  left: 0;
  height: 100%;
  vertical-align: top;
  width: 210px;
  height: 100%;
  font-size: 12px;
  background-color: #fff;
}

.yb-wyjk .bk-count .container2 .left-nav li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding: 18px 0 18px 35px;
  cursor: pointer;
}

.yb-wyjk .bk-count .container2 .left-nav li:after {
  position: absolute;
  left: 16px;
  top: 22px;
  width: 8px;
  height: 15px;
  background: url(../images/y-icon-normal.png) left top/100% auto no-repeat;
  content: "";
}

.yb-wyjk .bk-count .container2 .left-nav li.active {
  background-color: #002f7b;
  color: #fff;
}

.yb-wyjk .bk-count .container2 .left-nav li.subitem span {
  display: inline-block;
  vertical-align: middle;
}

.yb-wyjk .bk-count .container2 .left-nav li.subitem span:first-child {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid #002f7b;
}

.yb-wyjk .bk-count .container2 .left-nav li.subitem.active {
  background-color: transparent;
  color: #4c4c4c;
  color: #002f7b;
}

.yb-wyjk .bk-count .container2 .left-nav li.subitem:after {
  background-color: transparent;
  color: #4c4c4c;
  background-image: none;
}

.yb-wyjk .bk-count .container2 .left-nav li.active:after {
  background-image: url(../images/y-icon-active.png);
}

.yb-wyjk .bk-count .container2 .right-content {
  display: inline-block;
  margin-left: 230px;
  width: 769px;
  vertical-align: top;
  font-size: 12px;
  padding: 26px 50px 78px;
  background-color: #fff;
  min-height: 1000px;
}

.yb-wyjk .bk-count .container2 .top-content {
  border: 2px solid #eeeeee;
  font-size: 12px;
  color: #000000;
  margin-bottom: 50px;
}

.yb-wyjk .bk-count .container2 .top-content .caption {
  background-color: #f6f8f8;
  padding-left: 16px;
  line-height: 1;
  padding: 19px;
  border-bottom: 2px solid #f1f3f3;
  color: #002f7b;
  font-size: 15px;
}

.yb-wyjk .bk-count .container2 .top-content form {
  width: 400px;
  margin: 0 auto;
  padding-top: 20px;
}

.yb-wyjk .bk-count .container2 .top-content form .row {
  margin-bottom: 20px;
  font-weight: bold;
}

.yb-wyjk .bk-count .container2 .top-content form .row label {
  display: inline-block;
  width: 80px;
}

.yb-wyjk .bk-count .container2 .top-content form .row input {
  width: 308px;
  border: 1px solid #dadada;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 10px;
  height: 34px;
}

.yb-wyjk .bk-count .container2 .top-content form .row select {
  display: inline-block;
  width: 308px;
  height: 34px;
  border: 1px solid #dadada;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 10px;
  font-weight: normal;
  color: #9e9e9e;
}

.yb-wyjk .bk-count .container2 .top-content form .row select:focus {
  color: #000;
}

.yb-wyjk .bk-count .container2 .top-content .table-wrap {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.yb-wyjk .bk-count .container2 .top-content .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.yb-wyjk .bk-count .container2 .top-content .table-wrap table td {
  height: 36px;
  vertical-align: middle;
}

.yb-wyjk .bk-count .container2 .top-content .table-wrap table tr {
  border: 1px solid #dadada;
}

.yb-wyjk .bk-count .container2 .top-content .table-wrap table th {
  height: 36px;
  width: 25%;
}

.yb-wyjk .bk-count .container2 .bottom-content {
  padding: 20px;
  border: 2px solid #eeeeee;
}

.yb-wyjk .bk-count .container2 .bottom-content p {
  color: #9d9d9d;
}

.yb-wyjk .bk-count .container2 .bottom-content p.shuoming {
  color: #000;
}

.yb-wyjk .wangshangjuankuan-wrap {
  background-color: #f2f2f2;
  padding: 40px 30px;
  padding-bottom: 20px;
  margin-bottom: 80px;
}

.yb-wyjk .list-img li {
  display: inline-block;
  vertical-align: top;
}

.yb-wyjk .list-img li:first-child {
  margin-right: 70px;
}

.yb-wyjk .list-img li:nth-child(2) {
  margin-right: 84px;
}

.yb-wyjk .list-img li p {
  text-align: center;
}

.yb-wyjk .text-juankuanxuzhi {
  padding: 45px 30px;
  text-indent: 2em;
  font-size: 15px;
}

.yb-wyjk .zhuanzhang-wrap {
  background-color: #f2f2f2;
  padding: 40px 30px;
  margin-bottom: 50px;
}

.yb-wyjk .zhuanzhang-wrap .bank-group {
  margin-bottom: 40px;
}

.yb-wyjk .zhuanzhang-wrap .bank-group:last-child {
  margin-bottom: 0;
}

.yb-wyjk .lianxifangshi-wrap {
  background-color: #f2f2f2;
  padding: 20px 30px;
}

.yb-zx .ymain {
  background-color: #f2f2f2;
}

.yb-zx .swiper-wrap {
  height: 29.167vw;
  overflow: hidden;
  margin-bottom: 100px;
  background-color: #001143;
  position: relative;
}

.yb-zx .swiper-wrap .arrow-left {
  position: absolute;
  left: 50%;
  top: 49%;
  margin-left: -500px;
  z-index: 4;
  cursor: pointer;
}

.yb-zx .swiper-wrap .arrow-right {
  position: absolute;
  right: 50%;
  top: 49%;
  margin-right: -500px;
  z-index: 4;
  cursor: pointer;
}

.yb-zx .swiper-wrap ul {
  height: 100%;
}

.yb-zx .swiper-wrap li {
  float: left;
  width: 8.2125%;
  height: 100%;
  border-left: 0.520833vw solid #bfbfbf;
  background-position: center;
  background-size: auto 100.5%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.yb-zx .swiper-wrap li:first-child {
  border: 0;
}

.yb-zx .swiper-wrap li.active {
  width: 67.15%;
}

.yb-zx .bk-count .container2 {
  font-size: 0;
  position: relative;
  margin-bottom: 80px;
}

.yb-zx .bk-count .container2 .left-nav {
  position: absolute;
  left: 0;
  height: 100%;
  vertical-align: top;
  width: 210px;
  height: 100%;
  font-size: 12px;
  background-color: #fff;
}

.yb-zx .bk-count .container2 .left-nav li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding: 18px 0 18px 35px;
  cursor: pointer;
}

.yb-zx .bk-count .container2 .left-nav li:after {
  position: absolute;
  left: 16px;
  top: 22px;
  width: 8px;
  height: 15px;
  background: url(../images/y-icon-normal.png) left top/100% auto no-repeat;
  content: "";
}

.yb-zx .bk-count .container2 .left-nav li.active {
  background-color: #002f7b;
  color: #fff;
}

.yb-zx .bk-count .container2 .left-nav li.subitem span {
  display: inline-block;
  vertical-align: middle;
}

.yb-zx .bk-count .container2 .left-nav li.subitem span:first-child {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid #002f7b;
}

.yb-zx .bk-count .container2 .left-nav li.subitem.active {
  background-color: transparent;
  color: #4c4c4c;
  color: #002f7b;
}

.yb-zx .bk-count .container2 .left-nav li.subitem:after {
  background-color: transparent;
  color: #4c4c4c;
  background-image: none;
}

.yb-zx .bk-count .container2 .left-nav li.active:after {
  background-image: url(../images/y-icon-active.png);
}

.yb-zx .bk-count .container2 .right-content {
  display: inline-block;
  margin-left: 230px;
  width: 769px;
  vertical-align: top;
  font-size: 12px;
  padding: 26px 50px 78px;
  background-color: #fff;
  min-height: 1000px;
  font-size: 0;
}

.yb-zx .bk-count .container2 .right-content .item1,
.yb-zx .bk-count .container2 .right-content .item2,
.yb-zx .bk-count .container2 .right-content .item3 {
  position: relative;
}

.yb-zx .bk-count .container2 .right-content p {
  position: absolute;
  font-size: 25px;
  left: 30px;
  bottom: 37px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0px 5px 2.91px rgba(0, 0, 0, 0.8);
  font-family: "Microsoft YaHei";
}

.yb-zx .bk-count .container2 .right-content .btn-wrap {
  padding-top: 40px;
}

.yb-zx .bk-count .container2 .right-content .more {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #002f7b;
  font-size: 20px;
  padding: 16px 60px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.yb-zx .bk-count .container2 .right-content .inline-box {
  display: inline-block;
}

.yb-zx .bk-count .container2 .right-content .img-group1 {
  margin-bottom: 15px;
}

.yb-zx .bk-count .container2 .right-content .img-group1 .item1 {
  display: inline-block;
  vertical-align: top;
}

.yb-zx .bk-count .container2 .right-content .img-group1 .item1:first-child {
  margin-right: 15px;
}

.yb-zx .bk-count .container2 .right-content .img-group2 {
  position: relative;
  margin-bottom: 15px;
}

.yb-zx .bk-count .container2 .right-content .img-group3 {
  position: relative;
  margin-bottom: 15px;
  font-size: 0;
}

.yb-zx .bk-count .container2 .right-content .img-group3 .left-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.yb-zx .bk-count .container2 .right-content .img-group3 .right-wrap {
  display: inline-block;
  vertical-align: middle;
}

.yb-zx .bk-count .container2 .right-content .img-group3 .right-wrap .item3:first-child {
  margin-bottom: 10px;
}
